ArcFM Responder Mobile Developer Guide
Indeterminate Property (IFeederInfo<TKey>)






Gets or sets a value indicating whether this IFeederInfo<TKey> is indeterminate device.
Syntax
'Declaration
 
Property Indeterminate As System.Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As System.Boolean
 
instance.Indeterminate = value
 
value = instance.Indeterminate
System.bool Indeterminate {get; set;}
read-write property Indeterminate: System.Boolean; 
function get,set Indeterminate : System.boolean
__property System.bool get_Indeterminate();
__property void set_Indeterminate( 
   System.bool value
);
property System.bool Indeterminate {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if indeterminate; otherwise, false.
Remarks
Indeterminate devices are any open switchable device which may tie multiple feeders together. Indeterminate devices limit the scope of Feeder Manager 2 realtime traces to improve performance. Feeder information for an indeterminate device is unknown until a call is made FeederInfoProvider.GetFeederInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback